home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / jpl_c.zip / USEGUIDE.TOC < prev    next >
Text File  |  1988-08-06  |  5KB  |  95 lines

  1. .FO                                i
  2.                  T A B L E  O F  C O N T E N T S
  3.  
  4.  
  5.   1. INTRODUCTION.............................................1-1
  6.  
  7.   2. HEADER LIBRARY...........................................2-1
  8.         Standard Character-Type Macros........................2-2
  9.         Standard Definitions and Selectors File...............2-4
  10.         Standard Error Number Definition File.................2-6
  11.         Standard Global Variable Header File..................2-7
  12.         Constant File for Math Functions......................2-8
  13.         Header File to Declare Math Functions................2-10
  14.         Screen Function Data File............................2-11
  15.         Standard Buffered Input/Output Definition Package....2-13
  16.         Standard Defined-Types File..........................2-16
  17.  
  18.   3. SYSTEM CALLS.............................................3-1
  19.         Close a File, Operating System Interface..............3-2
  20.         Create a File, Operating System Interface.............3-3
  21.         Terminate Process.....................................3-4
  22.         Move Read/Write Pointer...............................3-5
  23.         Open for Reading or Writing...........................3-6
  24.         Read from File........................................3-7
  25.         Rename a File.........................................3-8
  26.         Change Core Allocation................................3-9
  27.         Remove Directory Entry...............................3-10
  28.         Write on a File......................................3-11
  29.  
  30.   4. FUNCTION LIBRARY.........................................4-1
  31.         Absolute Values.......................................4-2
  32.         Memory Allocation Package.............................4-3
  33.         ASCII/Numeric Conversion..............................4-4
  34.         Count Bits in Argument................................4-7
  35.         Stream Status Inquiries...............................4-8
  36.         Gaussian Error Functions and Inverses.................4-9
  37.         Mathematical Functions...............................4-10
  38.         Close or Flush a Stream..............................4-12
  39.         Absolute Value, Rounding, Integer and Fractional Par.4-13
  40.         Open a Stream........................................4-14
  41.         Buffered Input/Output................................4-15
  42.         Mantissa and Exponent Functions......................4-16
  43.         Reposition a Stream..................................4-17
  44.         Get a Buffer.........................................4-18
  45.         Get Character or Word from Stream....................4-19
  46.         Get a String from a Stream...........................4-21
  47.         Euclidian Distance Function..........................4-22
  48.         String Operation Functions...........................4-23
  49.         Character Classification Functions...................4-25
  50.         Quesion User.........................................4-26
  51.         Main Memory Allocator................................4-27
  52.         Maximum and Mimimum Function for Integers, Doubles a.4-29
  53.         Normal Probability Functions.........................4-30
  54.         Formatted Output Conversion..........................4-31
  55.         Put Character or Word on a Stream....................4-34
  56.         Put a String on a Stream.............................4-35
  57. .FO                                ii
  58.         Random Number Generator Functions....................4-36
  59.         Rational Function Evaluation.........................4-37
  60.         Fourth Order Runga-Kutta.............................4-38
  61.         Formatted Input Conversion...........................4-39
  62.         Screen Input/Output..................................4-43
  63.         Assign Buffer........................................4-45
  64.         Sign Function........................................4-46
  65.         Integration by Simpson's Modified Rule...............4-47
  66.         Trigonometric Functions..............................4-48
  67.         Hyperbolic Functions.................................4-50
  68.         Sort Functions.......................................4-51
  69.         Conversion to Lower and Upper Case...................4-53
  70.         Push Character Back into Input Stream................4-54
  71.  
  72.   5. CUSTOMIZATION NOTES......................................5-1
  73.         Customization Procedure..............................5-15
  74.         Customization Example................................5-16
  75.  
  76.  
  77. 
  78. A P P E N D I C E S
  79.  
  80.   A. REFERENCES...............................................A-1
  81.  
  82.   B. INDEX....................................................B-1
  83. .PA
  84. .FO                               iii
  85.                     L I S T  O F  T A B L E S
  86.  
  87.  5-1: PORTABLE C LIBRARY SYSTEM INTERFACE.....................5-1
  88.  5-2: PORTABLE C LIBRARY COMPILER- & SYSTEM-DEPENDENT ELEMENT.5-2
  89.  5-3: PORTABLE C LIBRARY SYSTEM-INDEPENDENT ELEMENTS..........5-4
  90.  5-4: PORTABLE C LIBRARY ELEMENTS.............................5-9
  91. .PA
  92. .FO
  93. .HE
  94. .PN 1
  95.